body {
    padding-top: 80px;
}
.index-number, .desc {
    font-size: 18px;
}
.index-number {
    float: left;
    margin-right: 15px;
		font-weight: 700;
}
.desc-header{
  display: block;
  font-weight: 700;
}
.desc {
    overflow: hidden;
    padding-right: 15px;
    padding-bottom: 15px;
		color: #404448;
}
.content-image img {
    max-width: 100%;
    display: block;
    margin-left: auto;
		margin-right: auto;
}
.panel {
  border: none;
  box-shadow: none !important;
}
.panel-heading {
  padding: 0;
}
.panel-group.best-practices .panel-heading {
  background: #ffffff;
  border-top: solid 1px #ededed;
}
.panel-title {
  font-size: 16px;
  font-weight: 800;
  position: relative;
}
.panel-title > a {
  padding: 10px ;
  display: inline-block;
  width: 100%;
  position: relative;
}
figure.with-bg {
  background: #f1f1f1;
  padding: 20px 5px;
}
.panel-title > a:before {
  content: "\f078";
  font: normal normal normal 14px/1 FontAwesome;
  float: right;  
}
.responsive-embed {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;  
}
.offset-margin {
  margin: 0 -10px;
}
.panel-tooltip {
  padding: 10px;
  font-size: 12px;
  border: solid 1px #eee;
  border-radius: 5px;
  background: #f1f1f1;
}
.video-wrapper {
  position: relative;
}
.video-container {
  height: 0;
  overflow: hidden;
  /* position: absolute; */
  top: 0;
  left: 0;
  transition: all 600ms ease;
  z-index: 10;
}
#close-toggle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #3d3d3d;
  font-size: 14px;
  background: rgba(255,255,255,.8);
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100;
  text-align: center;
  padding-top: 5px
}
@media (min-width: 992px) {
    body {
        padding-top: 110px;
    }
}
#img1 {display:block;}
#img2 {display:none;}


@media all and (max-width: 499px) {
  #img1 {display: none;}
  #img2 {display: block;}
}

